home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet Info 1993
/
Internet Info CD-ROM (Walnut Creek) (1993).iso
/
networking
/
ip
/
ka9q
/
MacBMsrc.hqx
/
Mac bm Project
/
mac_stat.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1988-02-17
|
386 b
|
18 lines
/*
* File: mac_stat.h
* Purpose: This file contains the stat data structure. This
* structure will be filled in by the stat routine located in
* the mac_misc.c file.
*/
struct stat {
time_t st_atime; /* last access time */
time_t st_mtime; /* last modified time */
off_t st_size; /* total size of file */
};
struct RemoveIt {
struct RemoveIt *next;
char *name_ptr;
};